From: Herbert Xu Date: Wed, 22 Apr 2015 07:06:28 +0000 (+0800) Subject: crypto: algif_aead - Include crypto/aead.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4320^2~241 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=89081da51de3d0ffaef5b3a05fcdb7cc13bb5a61;p=linux-4.9.git crypto: algif_aead - Include crypto/aead.h All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu Acked-by: David S. Miller --- diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c index 00a6fe166fed..53702e9c6820 100644 --- a/crypto/algif_aead.c +++ b/crypto/algif_aead.c @@ -13,6 +13,7 @@ * any later version. */ +#include #include #include #include